From b6f33919b713e95d9087a21db6d50899b8396c9d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 6 Dec 2017 23:49:03 -0500 Subject: [PATCH] Make sure stopped spinner stay visible This demo needs stopped spinners to be visible, so the user can interact with them. --- demos/gtk-demo/dnd.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/demos/gtk-demo/dnd.css b/demos/gtk-demo/dnd.css index e9cfd56fae..8d0f22af6f 100644 --- a/demos/gtk-demo/dnd.css +++ b/demos/gtk-demo/dnd.css @@ -1,6 +1,3 @@ -demo { - background: red; - border: 1px solid black; - min-width: 30px; - min-height: 30px; +spinner.demo { + opacity: 1; } -- 2.30.2